-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Plenum component DropdownWithMultiSelect #90
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
45f4e94
to
e3259c4
Compare
ae13f38
to
cdba677
Compare
@@ -19,7 +19,7 @@ jobs: | |||
- name: Set up Node.js | |||
uses: actions/setup-node@v3 | |||
with: | |||
node-version: "18" # Specify the Node.js version you want | |||
node-version: "20" # Specify the Node.js version you want |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bumping these up to match manager app repo
truncateLabel?: boolean; | ||
/** Full width label */ | ||
fullWidthLabel?: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just passing these down from the new component to inputlabel
import { Combobox as HeadlessUICombobox } from "@headlessui/react" | ||
import InputLabel from "@/stories/molecules/inputs/InputLabel" | ||
import { DynamicIcon } from "@/stories/atoms/icons" | ||
import { useState, useEffect } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are ts fixes that had to be done since we upgraded node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving but can you update the package version?
Awesome LGTM! |
Jira: https://agilitycms.atlassian.net/browse/FE-2385
Added a new Plenum component that acts like a select, but when the dropdown opens, we show a list of checkboxes.